home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Statements / version.txt < prev   
Encoding:
Text File  |  2000-04-06  |  304 b   |  7 lines

  1. // Set the language version of POV-Ray.  Enables or
  2. // disables syntax features that are version-dependent.
  3. // e.g. #version 1.0, or #version 2.0, etc.  Default is
  4. // the current version of POV-Ray.
  5. // (Note: This can toggle versions anywhere in the source)
  6. #version 3.1  // use POV-Ray 3.1 syntax
  7.